home *** CD-ROM | disk | FTP | other *** search
/ The American Nation / Resource Pro - The American Nation.iso / pc / data1.cab / Database_Files / ResourcePro.exe / launchpd.dxr / 00032_LD Launch.ls < prev    next >
Encoding:
Text File  |  2000-11-28  |  236 b   |  12 lines

  1. on mouseUp
  2.   if the platform contains "Windows" then
  3.     set err to openPDF("LITDB\ldbegin.pdf", "CD")
  4.   else
  5.     set err to openPDF("LITDB:ldbegin.pdf", "CD")
  6.   end if
  7.   if err <> "none" then
  8.     alert(err)
  9.     go("main")
  10.   end if
  11. end
  12.